home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / txtedtrs / tmg_edtr / edit.doc < prev    next >
Text File  |  1995-05-02  |  3KB  |  64 lines

  1.  
  2.  
  3.                    TMG_EDTR.PRG
  4.                    ============
  5.  
  6.  
  7.  
  8.    This is just a quick and dirty text editor for just about all uses.    It has
  9. complete line editing and cursor movement.  Sorry, no word wrap.  This program
  10. is great for writing script files and other standard text files.  The reason I
  11. wrote this program was to have available a fast text editor for making quick
  12. changes to files and writing quick routines for script file programs etc.... I
  13. don't like having to wade through all kinds of garbage to do something real
  14. quick.    This program doesn't have all the frills and chills of some of the
  15. bigger text editors and especially the word processors.  If you need those
  16. functions then use those programs.  Otherwise, for my purposes, this program
  17. does the job quick!
  18.  
  19.    To invoke the commands you will need to press the HELP key.    When you first
  20. run the program you are asked to LOAD, SAVE, or QUIT.  When you click on load
  21. you can select a file that you would like to load into the buffer to edit.  If
  22. you would like to start from a blank editor then select CANCEL instead of OK and
  23. you will be given a blank editor.  Easy enough, huh?  When you want to save the
  24. file you are editing then just press HELP and select save.  After saving the
  25. file you will be put back into the editor.  If you are finished just press that
  26. HELP key again and select quit.  If you want a new blank buffer select load
  27. and cancel like in the beginning.  Easy enough!  BACKSPACE backspaces the
  28. character before your cursor and moves the character under the cursor and to
  29. the right of it one space to the left.    DELETE does the same thing except it
  30. kills the character under the cursor and moves everything to the right of the
  31. cursor one space to the left.  CONTROL-DELETE will delete the entire line that
  32. the cursor is on and move everything after up one line.  INSERT inserts a space
  33. at the cursor.    CONTROL-INSERT inserts an entire line at the cursor.
  34.  
  35.  
  36. This program is copyright 1990, Timothy M. Garay.  If you enjoy the use of this
  37. program please send a small donation to the author at the below address.  Thank
  38. you!
  39.  
  40. Other fine programs written by Mr. Garay:
  41.      TMG_COPY -> copies anything from anywhere to anywhere with a script
  42.              file.  Hands off use.  Also comes with an /AUTO/ folder
  43.              version for complete automatic use.  Creates directories
  44.              changes destination filenames.  Protect from overwritting
  45.              files that already exist or go ahead and overwrite them.
  46.              Switch control to another script file and swap disks in mid
  47.              flight!
  48.  
  49.  
  50.      THE VULCAN EMBASSY BBS -> a completely sysop definable BBS system.
  51.                    Version 2.0 almost completed.  Up to 14
  52.                    variable sized msg bases.  Up to 10 different
  53.                    on-line game modules can be active.    Up to
  54.                    10 separate upload/download levels for
  55.                    different computers etc.... F-Mail and E-Mail
  56.                    and Sysop Chat functions.  Sysop controls
  57.                    EVERYTHING that a user can or cannot do!!!
  58.  
  59.  
  60. Call THE VULCAN EMBASSY BBS for more information on these files at
  61. (216) 365-7702    24hrs/7days.  300/1200/2400 baud.
  62.  
  63.  
  64.